a11y: Consolidate the attributes container
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 17 Jul 2020 11:49:59 +0000 (12:49 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 26 Jul 2020 19:31:15 +0000 (20:31 +0100)
commit732578eb53e3391a284425517bf34b49ddbb523e
treedac97c43c1e47130e95933624f0635d8db86bf5e
parent1124f2507d6a928dcce9878e23bc563efc65d801
a11y: Consolidate the attributes container

While we have split the various attributes for convenience, there's no
reason why we should have specialised data types for the attributes
container object.
12 files changed:
gtk/gtkaccessibleattributeset.c [new file with mode: 0644]
gtk/gtkaccessibleattributesetprivate.h [new file with mode: 0644]
gtk/gtkaccessiblepropertyset.c [deleted file]
gtk/gtkaccessiblepropertysetprivate.h [deleted file]
gtk/gtkaccessiblerelationset.c [deleted file]
gtk/gtkaccessiblerelationsetprivate.h [deleted file]
gtk/gtkaccessiblestateset.c [deleted file]
gtk/gtkaccessiblestatesetprivate.h [deleted file]
gtk/gtkatcontext.c
gtk/gtkatcontextprivate.h
gtk/gtktestatcontext.c
gtk/meson.build